Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APS Fixes #59

Merged
merged 4 commits into from
Dec 10, 2024
Merged

APS Fixes #59

merged 4 commits into from
Dec 10, 2024

Conversation

jonathansligh-nimbus
Copy link
Contributor

A couple of small fixes to get APS in working order.

@@ -62,7 +63,8 @@ import NimbusSDK

#if NIMBUS_ENABLE_APS
@objc public class func initializeAPSRequestHelper(appKey: String, timeoutInSeconds: Double, enableTestMode: Bool) {
apsRequestHelper = NimbusAPSRequestHelper(appKey: appKey, timeoutInSeconds: timeoutInSeconds, enableTestMode: enableTestMode)
DTBAds.sharedInstance().testMode = enableTestMode
Copy link
Member

@JasonSznol JasonSznol Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably happen after the creation of the helper; not a blocker though.

@standa-dev
Copy link

standa-dev commented Dec 9, 2024

@jonathansligh-nimbus I'm wondering if the SKAdNetworkItems can be added to unity so they'd be a part of the generated iOS build's Info.plist, so that the APS rewarded ad always fills in the sample app?

@jonathansligh-nimbus jonathansligh-nimbus merged commit f2a1443 into main Dec 10, 2024
1 check passed
@jonathansligh-nimbus jonathansligh-nimbus deleted the aps_fixes branch December 10, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants